* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font: 16px/24px sans-serif, "microsoft yahei";
    color: #333;
    background-color: #fff;
    min-width: 1200px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.main{
    margin: 0 auto;
}

.pos {
    width: 1200px;
    line-height: 24px;
    margin: 20px auto;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 35px;
    background: url(https://www.gdzz.gov.cn/gb/pos.jpg) no-repeat left center;
}